#[repr(C)]pub struct ScsValueString {
pub value: ScsString,
}Fields§
§value: ScsStringTrait Implementations§
Source§impl Clone for ScsValueString
impl Clone for ScsValueString
Source§fn clone(&self) -> ScsValueString
fn clone(&self) -> ScsValueString
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 moreimpl Copy for ScsValueString
Source§impl Debug for ScsValueString
impl Debug for ScsValueString
impl Eq for ScsValueString
Source§impl PartialEq for ScsValueString
impl PartialEq for ScsValueString
impl StructuralPartialEq for ScsValueString
Auto Trait Implementations§
impl !Send for ScsValueString
impl !Sync for ScsValueString
impl Freeze for ScsValueString
impl RefUnwindSafe for ScsValueString
impl Unpin for ScsValueString
impl UnsafeUnpin for ScsValueString
impl UnwindSafe for ScsValueString
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