pub struct ViewIndex(/* private fields */);Trait Implementations§
Source§impl<'de> Deserialize<'de> for ViewIndex
impl<'de> Deserialize<'de> for ViewIndex
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
Source§impl From<&ViewIndex> for ShortIndex
impl From<&ViewIndex> for ShortIndex
Source§fn from(value: &ViewIndex) -> ShortIndex
fn from(value: &ViewIndex) -> ShortIndex
Converts to this type from the input type.
Source§impl From<ViewIndex> for ShortIndex
impl From<ViewIndex> for ShortIndex
Source§fn from(value: ViewIndex) -> ShortIndex
fn from(value: ViewIndex) -> ShortIndex
Converts to this type from the input type.
Source§impl Index<ViewIndex> for ObjectData
impl Index<ViewIndex> for ObjectData
Source§impl IndexMut<ViewIndex> for ObjectData
impl IndexMut<ViewIndex> for ObjectData
impl Copy for ViewIndex
impl Eq for ViewIndex
impl StructuralPartialEq for ViewIndex
Auto Trait Implementations§
impl Freeze for ViewIndex
impl RefUnwindSafe for ViewIndex
impl Send for ViewIndex
impl Sync for ViewIndex
impl Unpin for ViewIndex
impl UnwindSafe for ViewIndex
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