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