#[repr(C)]pub struct RawStringMappingType {
pub base: RawType,
pub resolvedBaseConstraint: *const RawType,
pub target: *const RawType,
}Fields§
§base: RawType§resolvedBaseConstraint: *const RawType§target: *const RawTypeTrait Implementations§
Source§impl Clone for RawStringMappingType
impl Clone for RawStringMappingType
Source§fn clone(&self) -> RawStringMappingType
fn clone(&self) -> RawStringMappingType
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 moreimpl Copy for RawStringMappingType
Auto Trait Implementations§
impl Freeze for RawStringMappingType
impl RefUnwindSafe for RawStringMappingType
impl !Send for RawStringMappingType
impl !Sync for RawStringMappingType
impl Unpin for RawStringMappingType
impl UnsafeUnpin for RawStringMappingType
impl UnwindSafe for RawStringMappingType
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