pub struct SessionDataValueIsNotSet;Expand description
Placeholder struct for SessionDataBuilder indicating that value is not set.
Trait Implementations§
Source§impl Clone for SessionDataValueIsNotSet
impl Clone for SessionDataValueIsNotSet
Source§fn clone(&self) -> SessionDataValueIsNotSet
fn clone(&self) -> SessionDataValueIsNotSet
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 SessionDataValueIsNotSet
impl Debug for SessionDataValueIsNotSet
impl Copy for SessionDataValueIsNotSet
Auto Trait Implementations§
impl Freeze for SessionDataValueIsNotSet
impl RefUnwindSafe for SessionDataValueIsNotSet
impl Send for SessionDataValueIsNotSet
impl Sync for SessionDataValueIsNotSet
impl Unpin for SessionDataValueIsNotSet
impl UnsafeUnpin for SessionDataValueIsNotSet
impl UnwindSafe for SessionDataValueIsNotSet
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