pub struct ShapeGuide { /* private fields */ }Implementations§
Source§impl ShapeGuide
impl ShapeGuide
pub fn name(&self) -> &str
pub fn get_name(&self) -> &str
👎Deprecated since 3.0.0:
Use name()
pub fn set_name<S: Into<String>>(&mut self, value: S)
pub fn fmla(&self) -> &str
pub fn get_fmla(&self) -> &str
👎Deprecated since 3.0.0:
Use fmla()
pub fn set_fmla<S: Into<String>>(&mut self, value: S)
Trait Implementations§
Source§impl Clone for ShapeGuide
impl Clone for ShapeGuide
Source§fn clone(&self) -> ShapeGuide
fn clone(&self) -> ShapeGuide
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 ShapeGuide
impl Debug for ShapeGuide
Source§impl Default for ShapeGuide
impl Default for ShapeGuide
Source§fn default() -> ShapeGuide
fn default() -> ShapeGuide
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ShapeGuide
impl RefUnwindSafe for ShapeGuide
impl Send for ShapeGuide
impl Sync for ShapeGuide
impl Unpin for ShapeGuide
impl UnsafeUnpin for ShapeGuide
impl UnwindSafe for ShapeGuide
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