pub struct SizeContent {
pub size: String,
}Expand description
Payload for setting the size of a Ray entry.
Fields§
§size: StringTrait Implementations§
Source§impl Clone for SizeContent
impl Clone for SizeContent
Source§fn clone(&self) -> SizeContent
fn clone(&self) -> SizeContent
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 SizeContent
impl Debug for SizeContent
Auto Trait Implementations§
impl Freeze for SizeContent
impl RefUnwindSafe for SizeContent
impl Send for SizeContent
impl Sync for SizeContent
impl Unpin for SizeContent
impl UnwindSafe for SizeContent
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