pub struct RobotsTokens {
pub noindex: bool,
pub nofollow: bool,
pub none: bool,
pub noai: bool,
}Fields§
§noindex: bool§nofollow: bool§none: bool§noai: boolImplementations§
Source§impl RobotsTokens
impl RobotsTokens
Trait Implementations§
Source§impl Clone for RobotsTokens
impl Clone for RobotsTokens
Source§fn clone(&self) -> RobotsTokens
fn clone(&self) -> RobotsTokens
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RobotsTokens
Source§impl Debug for RobotsTokens
impl Debug for RobotsTokens
Source§impl Default for RobotsTokens
impl Default for RobotsTokens
Source§fn default() -> RobotsTokens
fn default() -> RobotsTokens
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RobotsTokens
impl RefUnwindSafe for RobotsTokens
impl Send for RobotsTokens
impl Sync for RobotsTokens
impl Unpin for RobotsTokens
impl UnsafeUnpin for RobotsTokens
impl UnwindSafe for RobotsTokens
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