pub struct PushAllowanceActor {}
Trait Implementations§
Source§impl NamedType for PushAllowanceActor
impl NamedType for PushAllowanceActor
impl HasSubtype<App> for PushAllowanceActor
impl HasSubtype<Team> for PushAllowanceActor
impl HasSubtype<User> for PushAllowanceActor
Auto Trait Implementations§
impl Freeze for PushAllowanceActor
impl RefUnwindSafe for PushAllowanceActor
impl Send for PushAllowanceActor
impl Sync for PushAllowanceActor
impl Unpin for PushAllowanceActor
impl UnwindSafe for PushAllowanceActor
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