#[repr(C)]pub struct CommentId(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl IdHelper for CommentId
impl IdHelper for CommentId
fn id_from_str(val: &str) -> Self
fn str_from_id(&self) -> &str
impl StructuralPartialEq for CommentId
Auto Trait Implementations§
impl Freeze for CommentId
impl RefUnwindSafe for CommentId
impl Send for CommentId
impl Sync for CommentId
impl Unpin for CommentId
impl UnwindSafe for CommentId
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