pub struct EnvVarCursor {
pub cursor: String,
pub env_var: EnvVar,
}
Fields§
§cursor: String
§env_var: EnvVar
Trait Implementations§
Source§impl Clone for EnvVarCursor
impl Clone for EnvVarCursor
Source§fn clone(&self) -> EnvVarCursor
fn clone(&self) -> EnvVarCursor
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 EnvVarCursor
impl Debug for EnvVarCursor
Source§impl<'de> Deserialize<'de> for EnvVarCursor
impl<'de> Deserialize<'de> for EnvVarCursor
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 EnvVarCursor
impl Display for EnvVarCursor
Auto Trait Implementations§
impl Freeze for EnvVarCursor
impl RefUnwindSafe for EnvVarCursor
impl Send for EnvVarCursor
impl Sync for EnvVarCursor
impl Unpin for EnvVarCursor
impl UnwindSafe for EnvVarCursor
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