pub struct BlueprintBookBlueprintValue {
pub index: usize,
pub item: Container,
}Fields§
§index: usize§item: ContainerTrait Implementations§
Source§impl Clone for BlueprintBookBlueprintValue
impl Clone for BlueprintBookBlueprintValue
Source§fn clone(&self) -> BlueprintBookBlueprintValue
fn clone(&self) -> BlueprintBookBlueprintValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlueprintBookBlueprintValue
impl Debug for BlueprintBookBlueprintValue
Source§impl<'de> Deserialize<'de> for BlueprintBookBlueprintValue
impl<'de> Deserialize<'de> for BlueprintBookBlueprintValue
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 BlueprintBookBlueprintValue
impl StructuralPartialEq for BlueprintBookBlueprintValue
Auto Trait Implementations§
impl Freeze for BlueprintBookBlueprintValue
impl RefUnwindSafe for BlueprintBookBlueprintValue
impl Send for BlueprintBookBlueprintValue
impl Sync for BlueprintBookBlueprintValue
impl Unpin for BlueprintBookBlueprintValue
impl UnwindSafe for BlueprintBookBlueprintValue
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