pub enum VisibleSize {
Full,
InnerPercentage(Length),
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for VisibleSize
impl Clone for VisibleSize
Source§fn clone(&self) -> VisibleSize
fn clone(&self) -> VisibleSize
Returns a copy 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 VisibleSize
impl Debug for VisibleSize
Source§impl Default for VisibleSize
impl Default for VisibleSize
Source§impl PartialEq for VisibleSize
impl PartialEq for VisibleSize
impl StructuralPartialEq for VisibleSize
Auto Trait Implementations§
impl Freeze for VisibleSize
impl RefUnwindSafe for VisibleSize
impl Send for VisibleSize
impl Sync for VisibleSize
impl Unpin for VisibleSize
impl UnwindSafe for VisibleSize
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