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