pub struct RefData {
pub id: String,
pub type: String,
}
Fields§
§id: String
§type: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefData
impl RefUnwindSafe for RefData
impl Send for RefData
impl Sync for RefData
impl Unpin for RefData
impl UnwindSafe for RefData
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