pub struct PlaceholderRef {
pub name: String,
pub global: bool,
}Fields§
§name: String§global: boolAuto Trait Implementations§
impl Freeze for PlaceholderRef
impl RefUnwindSafe for PlaceholderRef
impl Send for PlaceholderRef
impl Sync for PlaceholderRef
impl Unpin for PlaceholderRef
impl UnsafeUnpin for PlaceholderRef
impl UnwindSafe for PlaceholderRef
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