pub struct DeletedblocksSpec {
pub blocks: Vec<v3s16>,
}
Fields§
§blocks: Vec<v3s16>
Trait Implementations§
Source§impl Clone for DeletedblocksSpec
impl Clone for DeletedblocksSpec
Source§fn clone(&self) -> DeletedblocksSpec
fn clone(&self) -> DeletedblocksSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeletedblocksSpec
impl Debug for DeletedblocksSpec
Source§impl Deserialize for DeletedblocksSpec
impl Deserialize for DeletedblocksSpec
Source§type Output = DeletedblocksSpec
type Output = DeletedblocksSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<DeletedblocksSpec> for ToServerCommand
impl From<DeletedblocksSpec> for ToServerCommand
Source§fn from(value: DeletedblocksSpec) -> Self
fn from(value: DeletedblocksSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DeletedblocksSpec
impl PartialEq for DeletedblocksSpec
Source§impl Serialize for DeletedblocksSpec
impl Serialize for DeletedblocksSpec
type Input = DeletedblocksSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for DeletedblocksSpec
Auto Trait Implementations§
impl Freeze for DeletedblocksSpec
impl RefUnwindSafe for DeletedblocksSpec
impl Send for DeletedblocksSpec
impl Sync for DeletedblocksSpec
impl Unpin for DeletedblocksSpec
impl UnwindSafe for DeletedblocksSpec
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