pub struct SerializedBlockPlacementInfoStruct {}Expand description
Empty, basically useless except that Techblox says it exists while serializing.
Trait Implementations§
Source§impl Clone for SerializedBlockPlacementInfoStruct
impl Clone for SerializedBlockPlacementInfoStruct
Source§fn clone(&self) -> SerializedBlockPlacementInfoStruct
fn clone(&self) -> SerializedBlockPlacementInfoStruct
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 moreimpl Copy for SerializedBlockPlacementInfoStruct
Auto Trait Implementations§
impl Freeze for SerializedBlockPlacementInfoStruct
impl RefUnwindSafe for SerializedBlockPlacementInfoStruct
impl Send for SerializedBlockPlacementInfoStruct
impl Sync for SerializedBlockPlacementInfoStruct
impl Unpin for SerializedBlockPlacementInfoStruct
impl UnwindSafe for SerializedBlockPlacementInfoStruct
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