pub struct UserTweetsIri;Trait Implementations§
Source§impl PartialEq<&str> for UserTweetsIri
impl PartialEq<&str> for UserTweetsIri
Source§impl PartialEq<UserTweetsIri> for &str
impl PartialEq<UserTweetsIri> for &str
Auto Trait Implementations§
impl Freeze for UserTweetsIri
impl RefUnwindSafe for UserTweetsIri
impl Send for UserTweetsIri
impl Sync for UserTweetsIri
impl Unpin for UserTweetsIri
impl UnwindSafe for UserTweetsIri
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