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