pub struct DanglingResource {
pub name: String,
pub kind: DanglingKind,
}Expand description
A resource that is improperly connected.
Fields§
§name: String§kind: DanglingKindTrait Implementations§
Source§impl Clone for DanglingResource
impl Clone for DanglingResource
Source§fn clone(&self) -> DanglingResource
fn clone(&self) -> DanglingResource
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 moreSource§impl Debug for DanglingResource
impl Debug for DanglingResource
Auto Trait Implementations§
impl Freeze for DanglingResource
impl RefUnwindSafe for DanglingResource
impl Send for DanglingResource
impl Sync for DanglingResource
impl Unpin for DanglingResource
impl UnsafeUnpin for DanglingResource
impl UnwindSafe for DanglingResource
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