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