pub struct UnsupportedMarker {
pub marker_prefix: String,
pub url: Option<String>,
pub created_at: Option<String>,
}Fields§
§marker_prefix: String§url: Option<String>§created_at: Option<String>Trait Implementations§
Source§impl Clone for UnsupportedMarker
impl Clone for UnsupportedMarker
Source§impl Debug for UnsupportedMarker
impl Debug for UnsupportedMarker
Auto Trait Implementations§
impl Freeze for UnsupportedMarker
impl RefUnwindSafe for UnsupportedMarker
impl Send for UnsupportedMarker
impl Sync for UnsupportedMarker
impl Unpin for UnsupportedMarker
impl UnsafeUnpin for UnsupportedMarker
impl UnwindSafe for UnsupportedMarker
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