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