pub struct NetworkMemberRegistration {
pub sandbox_kind: NetworkMemberKind,
pub sandbox_ref: String,
pub device_name: Option<String>,
}Fields§
§sandbox_kind: NetworkMemberKind§sandbox_ref: String§device_name: Option<String>Trait Implementations§
Source§impl Clone for NetworkMemberRegistration
impl Clone for NetworkMemberRegistration
Source§fn clone(&self) -> NetworkMemberRegistration
fn clone(&self) -> NetworkMemberRegistration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NetworkMemberRegistration
impl Debug for NetworkMemberRegistration
Auto Trait Implementations§
impl Freeze for NetworkMemberRegistration
impl RefUnwindSafe for NetworkMemberRegistration
impl Send for NetworkMemberRegistration
impl Sync for NetworkMemberRegistration
impl Unpin for NetworkMemberRegistration
impl UnsafeUnpin for NetworkMemberRegistration
impl UnwindSafe for NetworkMemberRegistration
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