pub struct BorderArgs {
pub size: Option<u8>,
pub bg: Option<String>,
}Fields§
§size: Option<u8>§bg: Option<String>Trait Implementations§
Source§impl Clone for BorderArgs
impl Clone for BorderArgs
Source§fn clone(&self) -> BorderArgs
fn clone(&self) -> BorderArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BorderArgs
impl Debug for BorderArgs
Source§impl From<Border> for BorderArgs
impl From<Border> for BorderArgs
Source§impl PartialEq for BorderArgs
impl PartialEq for BorderArgs
Source§fn eq(&self, other: &BorderArgs) -> bool
fn eq(&self, other: &BorderArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BorderArgs
Auto Trait Implementations§
impl Freeze for BorderArgs
impl RefUnwindSafe for BorderArgs
impl Send for BorderArgs
impl Sync for BorderArgs
impl Unpin for BorderArgs
impl UnsafeUnpin for BorderArgs
impl UnwindSafe for BorderArgs
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