pub struct ArrayId(/* private fields */);Expand description
Unique identifier for an array in the document.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ArrayId
impl<'de> Deserialize<'de> for ArrayId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ArrayId
impl StructuralPartialEq for ArrayId
Auto Trait Implementations§
impl Freeze for ArrayId
impl RefUnwindSafe for ArrayId
impl Send for ArrayId
impl Sync for ArrayId
impl Unpin for ArrayId
impl UnwindSafe for ArrayId
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