pub struct DeployCursor {
pub cursor: String,
pub deploy: Deploy,
}
Fields§
§cursor: String
§deploy: Deploy
Trait Implementations§
Source§impl Clone for DeployCursor
impl Clone for DeployCursor
Source§fn clone(&self) -> DeployCursor
fn clone(&self) -> DeployCursor
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeployCursor
impl Debug for DeployCursor
Source§impl<'de> Deserialize<'de> for DeployCursor
impl<'de> Deserialize<'de> for DeployCursor
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
Source§impl Display for DeployCursor
impl Display for DeployCursor
Auto Trait Implementations§
impl Freeze for DeployCursor
impl RefUnwindSafe for DeployCursor
impl Send for DeployCursor
impl Sync for DeployCursor
impl Unpin for DeployCursor
impl UnwindSafe for DeployCursor
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