pub struct LeaderTextBlockContent {
pub text: String,
}Fields§
§text: StringTrait Implementations§
Source§impl Clone for LeaderTextBlockContent
impl Clone for LeaderTextBlockContent
Source§fn clone(&self) -> LeaderTextBlockContent
fn clone(&self) -> LeaderTextBlockContent
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 LeaderTextBlockContent
impl Debug for LeaderTextBlockContent
Source§impl PartialEq for LeaderTextBlockContent
impl PartialEq for LeaderTextBlockContent
impl StructuralPartialEq for LeaderTextBlockContent
Auto Trait Implementations§
impl Freeze for LeaderTextBlockContent
impl RefUnwindSafe for LeaderTextBlockContent
impl Send for LeaderTextBlockContent
impl Sync for LeaderTextBlockContent
impl Unpin for LeaderTextBlockContent
impl UnwindSafe for LeaderTextBlockContent
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