Struct mls_rs::client_builder::Missing
source · pub struct Missing;
Expand description
Marker type for required ClientBuilder
services that have not been specified yet.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Missing
impl Send for Missing
impl Sync for Missing
impl Unpin for Missing
impl UnwindSafe for Missing
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