pub struct ExtendedDataSquare {
pub data_square: DataSquare,
}Expand description
Represent an extended piece of data.
Fields§
§data_square: DataSquareAuto Trait Implementations§
impl Freeze for ExtendedDataSquare
impl !RefUnwindSafe for ExtendedDataSquare
impl !Send for ExtendedDataSquare
impl !Sync for ExtendedDataSquare
impl Unpin for ExtendedDataSquare
impl !UnwindSafe for ExtendedDataSquare
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