Struct zookeeper_client::SessionId
source · [−]pub struct SessionId(pub i64);Expand description
Thin wrapper for zookeeper session id. It prints in hex format headed with 0x.
Tuple Fields
0: i64Trait Implementations
impl Copy for SessionId
impl Eq for SessionId
impl StructuralEq for SessionId
impl StructuralPartialEq for SessionId
Auto Trait Implementations
impl RefUnwindSafe for SessionId
impl Send for SessionId
impl Sync for SessionId
impl Unpin for SessionId
impl UnwindSafe for SessionId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToCompactString for T where
T: Display,
impl<T> ToCompactString for T where
T: Display,
sourcefn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a CompactString. Read more