pub struct associatedClientId;
Trait Implementations§
Source§impl Field for associatedClientId
impl Field for associatedClientId
Auto Trait Implementations§
impl Freeze for associatedClientId
impl RefUnwindSafe for associatedClientId
impl Send for associatedClientId
impl Sync for associatedClientId
impl Unpin for associatedClientId
impl UnwindSafe for associatedClientId
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