pub struct setCanonicalUrl;
Trait Implementations§
Source§impl Field for setCanonicalUrl
impl Field for setCanonicalUrl
impl HasInputField<setCanonicalUrl, Option<bool>> for CreateRSSFeedDataInput
Auto Trait Implementations§
impl Freeze for setCanonicalUrl
impl RefUnwindSafe for setCanonicalUrl
impl Send for setCanonicalUrl
impl Sync for setCanonicalUrl
impl Unpin for setCanonicalUrl
impl UnwindSafe for setCanonicalUrl
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