pub struct AnnounceInfo {
pub namespace: String,
}
Fields§
§namespace: String
Trait Implementations§
Source§impl Clone for AnnounceInfo
impl Clone for AnnounceInfo
Source§fn clone(&self) -> AnnounceInfo
fn clone(&self) -> AnnounceInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for AnnounceInfo
impl RefUnwindSafe for AnnounceInfo
impl Send for AnnounceInfo
impl Sync for AnnounceInfo
impl Unpin for AnnounceInfo
impl UnwindSafe for AnnounceInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more