pub struct ServerSide;Expand description
Server side serialization. Null-bitmap bit offset: 2.
Trait Implementations§
Source§impl Clone for ServerSide
impl Clone for ServerSide
Source§fn clone(&self) -> ServerSide
fn clone(&self) -> ServerSide
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 ServerSide
impl Debug for ServerSide
Source§impl PartialEq for ServerSide
impl PartialEq for ServerSide
Source§impl SerializationSide for ServerSide
impl SerializationSide for ServerSide
Source§const BIT_OFFSET: usize = 2usize
const BIT_OFFSET: usize = 2usize
Null-bitmap offset of this side.
impl Copy for ServerSide
impl Eq for ServerSide
impl StructuralPartialEq for ServerSide
Auto Trait Implementations§
impl Freeze for ServerSide
impl RefUnwindSafe for ServerSide
impl Send for ServerSide
impl Sync for ServerSide
impl Unpin for ServerSide
impl UnwindSafe for ServerSide
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