pub struct Rgb21Types(/* private fields */);
Implementations§
Source§impl Rgb21Types
impl Rgb21Types
pub fn new() -> Self
pub fn type_system(&self) -> TypeSystem
pub fn get(&self, name: &'static str) -> SemId
Trait Implementations§
Source§impl Debug for Rgb21Types
impl Debug for Rgb21Types
Auto Trait Implementations§
impl Freeze for Rgb21Types
impl RefUnwindSafe for Rgb21Types
impl Send for Rgb21Types
impl Sync for Rgb21Types
impl Unpin for Rgb21Types
impl UnwindSafe for Rgb21Types
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