pub struct ClusterSessionUuid { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClusterSessionUuid
impl RefUnwindSafe for ClusterSessionUuid
impl Send for ClusterSessionUuid
impl Sync for ClusterSessionUuid
impl Unpin for ClusterSessionUuid
impl UnwindSafe for ClusterSessionUuid
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