pub struct StartLevelString { /* private fields */ }Implementations§
Source§impl StartLevelString
impl StartLevelString
Sourcepub fn set_property(
&mut self,
key: impl ToStartLevelStringKey,
value: impl PropertyValueType,
)
pub fn set_property( &mut self, key: impl ToStartLevelStringKey, value: impl PropertyValueType, )
Sourcepub fn to_start_level_string(&self) -> String
pub fn to_start_level_string(&self) -> String
Auto Trait Implementations§
impl Freeze for StartLevelString
impl RefUnwindSafe for StartLevelString
impl Send for StartLevelString
impl Sync for StartLevelString
impl Unpin for StartLevelString
impl UnsafeUnpin for StartLevelString
impl UnwindSafe for StartLevelString
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