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