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