pub struct OnPrePermissionStringImported;Expand description
Called directly before a permission string is imported.
Implementations§
Trait Implementations§
Source§impl Clone for OnPrePermissionStringImported
impl Clone for OnPrePermissionStringImported
Source§fn clone(&self) -> OnPrePermissionStringImported
fn clone(&self) -> OnPrePermissionStringImported
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnPrePermissionStringImported
impl Eq for OnPrePermissionStringImported
impl StructuralPartialEq for OnPrePermissionStringImported
Auto Trait Implementations§
impl Freeze for OnPrePermissionStringImported
impl RefUnwindSafe for OnPrePermissionStringImported
impl Send for OnPrePermissionStringImported
impl Sync for OnPrePermissionStringImported
impl Unpin for OnPrePermissionStringImported
impl UnsafeUnpin for OnPrePermissionStringImported
impl UnwindSafe for OnPrePermissionStringImported
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