pub struct newlyRequestedScopes;Trait Implementations§
Source§impl Field for newlyRequestedScopes
impl Field for newlyRequestedScopes
Auto Trait Implementations§
impl Freeze for newlyRequestedScopes
impl RefUnwindSafe for newlyRequestedScopes
impl Send for newlyRequestedScopes
impl Sync for newlyRequestedScopes
impl Unpin for newlyRequestedScopes
impl UnwindSafe for newlyRequestedScopes
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