Struct libgir::analysis::general::StatusedTypeId
source · pub struct StatusedTypeId {
pub type_id: TypeId,
pub name: String,
pub status: GStatus,
}
Fields§
§type_id: TypeId
§name: String
§status: GStatus
Trait Implementations§
source§impl Clone for StatusedTypeId
impl Clone for StatusedTypeId
source§fn clone(&self) -> StatusedTypeId
fn clone(&self) -> StatusedTypeId
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for StatusedTypeId
impl RefUnwindSafe for StatusedTypeId
impl Send for StatusedTypeId
impl Sync for StatusedTypeId
impl Unpin for StatusedTypeId
impl UnwindSafe for StatusedTypeId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)