pub struct resourcePath;
Trait Implementations§
Source§impl Field for resourcePath
impl Field for resourcePath
Source§impl HasField<resourcePath> for TeamDiscussion
impl HasField<resourcePath> for TeamDiscussion
Auto Trait Implementations§
impl Freeze for resourcePath
impl RefUnwindSafe for resourcePath
impl Send for resourcePath
impl Sync for resourcePath
impl Unpin for resourcePath
impl UnwindSafe for resourcePath
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