pub struct bodyVersion;
Trait Implementations§
Source§impl Field for bodyVersion
impl Field for bodyVersion
Source§impl HasField<bodyVersion> for TeamDiscussion
impl HasField<bodyVersion> for TeamDiscussion
Auto Trait Implementations§
impl Freeze for bodyVersion
impl RefUnwindSafe for bodyVersion
impl Send for bodyVersion
impl Sync for bodyVersion
impl Unpin for bodyVersion
impl UnwindSafe for bodyVersion
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