pub struct ResourceInput {
pub domain: String,
pub pointers: Vec<String>,
}
Fields§
§domain: String
§pointers: Vec<String>
Trait Implementations§
Source§impl From<Resource> for ResourceInput
impl From<Resource> for ResourceInput
Auto Trait Implementations§
impl Freeze for ResourceInput
impl RefUnwindSafe for ResourceInput
impl Send for ResourceInput
impl Sync for ResourceInput
impl Unpin for ResourceInput
impl UnwindSafe for ResourceInput
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