pub struct TailEnd { /* private fields */ }Implementations§
Source§impl TailEnd
impl TailEnd
pub fn get_type(&self) -> &str
pub fn set_type<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn width(&self) -> &str
pub fn get_width(&self) -> &str
👎Deprecated since 3.0.0:
Use width()
pub fn set_width<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn length(&self) -> &str
pub fn get_length(&self) -> &str
👎Deprecated since 3.0.0:
Use length()
pub fn set_length<S: Into<String>>(&mut self, value: S) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TailEnd
impl RefUnwindSafe for TailEnd
impl Send for TailEnd
impl Sync for TailEnd
impl Unpin for TailEnd
impl UnsafeUnpin for TailEnd
impl UnwindSafe for TailEnd
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