pub struct BlockLocation {
pub parent_uid: String,
pub order: OrderValue,
}Fields§
§parent_uid: String§order: OrderValueTrait Implementations§
Source§impl Debug for BlockLocation
impl Debug for BlockLocation
Source§impl<'de> Deserialize<'de> for BlockLocation
impl<'de> Deserialize<'de> for BlockLocation
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
Auto Trait Implementations§
impl Freeze for BlockLocation
impl RefUnwindSafe for BlockLocation
impl Send for BlockLocation
impl Sync for BlockLocation
impl Unpin for BlockLocation
impl UnsafeUnpin for BlockLocation
impl UnwindSafe for BlockLocation
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