pub struct source;
Trait Implementations§
Source§impl HasField<source> for PermissionSource
impl HasField<source> for PermissionSource
Source§type Type = PermissionGranter
type Type = PermissionGranter
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for source
impl RefUnwindSafe for source
impl Send for source
impl Sync for source
impl Unpin for source
impl UnwindSafe for source
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