pub enum Relationships {
Comments,
CommunicatingFiles,
DownloadedFiles,
RelatedComments,
ReferrerFiles,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Relationships
impl RefUnwindSafe for Relationships
impl Send for Relationships
impl Sync for Relationships
impl Unpin for Relationships
impl UnwindSafe for Relationships
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