pub struct ScimTokenListWhen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for ScimTokenListWhen
impl !RefUnwindSafe for ScimTokenListWhen
impl !Send for ScimTokenListWhen
impl !Sync for ScimTokenListWhen
impl Unpin for ScimTokenListWhen
impl UnsafeUnpin for ScimTokenListWhen
impl !UnwindSafe for ScimTokenListWhen
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