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