pub struct RobotSec {
pub secret: Option<String>,
}Expand description
RobotSec : The response for refresh/update robot account secret.
Fields§
§secret: Option<String>The secret of the robot
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RobotSec
impl<'de> Deserialize<'de> for RobotSec
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for RobotSec
Auto Trait Implementations§
impl Freeze for RobotSec
impl RefUnwindSafe for RobotSec
impl Send for RobotSec
impl Sync for RobotSec
impl Unpin for RobotSec
impl UnwindSafe for RobotSec
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