pub struct LinuxWriteSessionId(/* private fields */);Expand description
Opaque product-owned identity of one durable local write session.
Implementations§
Trait Implementations§
Source§impl Clone for LinuxWriteSessionId
impl Clone for LinuxWriteSessionId
Source§fn clone(&self) -> LinuxWriteSessionId
fn clone(&self) -> LinuxWriteSessionId
Returns a duplicate of the value. Read more
1.0.0 · 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 LinuxWriteSessionId
impl Debug for LinuxWriteSessionId
Source§impl Hash for LinuxWriteSessionId
impl Hash for LinuxWriteSessionId
Source§impl PartialEq for LinuxWriteSessionId
impl PartialEq for LinuxWriteSessionId
impl Eq for LinuxWriteSessionId
impl StructuralPartialEq for LinuxWriteSessionId
Auto Trait Implementations§
impl Freeze for LinuxWriteSessionId
impl RefUnwindSafe for LinuxWriteSessionId
impl Send for LinuxWriteSessionId
impl Sync for LinuxWriteSessionId
impl Unpin for LinuxWriteSessionId
impl UnwindSafe for LinuxWriteSessionId
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