pub struct RemoteLinkInfo {
pub name: String,
pub created_at: String,
}Fields§
§name: String§created_at: StringTrait Implementations§
Source§impl Clone for RemoteLinkInfo
impl Clone for RemoteLinkInfo
Source§fn clone(&self) -> RemoteLinkInfo
fn clone(&self) -> RemoteLinkInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RemoteLinkInfo
impl RefUnwindSafe for RemoteLinkInfo
impl Send for RemoteLinkInfo
impl Sync for RemoteLinkInfo
impl Unpin for RemoteLinkInfo
impl UnsafeUnpin for RemoteLinkInfo
impl UnwindSafe for RemoteLinkInfo
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