pub struct AdjustValueList { /* private fields */ }Implementations§
Source§impl AdjustValueList
impl AdjustValueList
pub fn get_shape_guide_collection(&self) -> &[ShapeGuide]
pub fn get_shape_guide_collection_mut(&mut self) -> &mut ThinVec<ShapeGuide>
pub fn set_shape_guide_collection( &mut self, value: impl Into<ThinVec<ShapeGuide>>, )
pub fn add_shape_guide_collection(&mut self, value: ShapeGuide)
Trait Implementations§
Source§impl Clone for AdjustValueList
impl Clone for AdjustValueList
Source§fn clone(&self) -> AdjustValueList
fn clone(&self) -> AdjustValueList
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 AdjustValueList
impl Debug for AdjustValueList
Source§impl Default for AdjustValueList
impl Default for AdjustValueList
Source§fn default() -> AdjustValueList
fn default() -> AdjustValueList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AdjustValueList
impl RefUnwindSafe for AdjustValueList
impl Send for AdjustValueList
impl Sync for AdjustValueList
impl Unpin for AdjustValueList
impl UnwindSafe for AdjustValueList
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