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