pub(crate) struct ObjectS {
name: &'static str,
map: Map<String, Value>,
prime: Serializer,
guid: Option<Str<Guid>>,
d: Option<String>,
}Fields§
§name: &'static str§map: Map<String, Value>§prime: Serializer§guid: Option<Str<Guid>>§d: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjectS
impl !RefUnwindSafe for ObjectS
impl !Send for ObjectS
impl !Sync for ObjectS
impl Unpin for ObjectS
impl !UnwindSafe for ObjectS
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