pub struct CodespaceRuntimeConstraints {
pub allowed_port_privacy_settings: Option<Option<Vec<String>>>,
}
Fields§
§allowed_port_privacy_settings: Option<Option<Vec<String>>>
The privacy settings a user can select from when forwarding a port.
Implementations§
Source§impl CodespaceRuntimeConstraints
impl CodespaceRuntimeConstraints
pub fn new() -> CodespaceRuntimeConstraints
Trait Implementations§
Source§impl Clone for CodespaceRuntimeConstraints
impl Clone for CodespaceRuntimeConstraints
Source§fn clone(&self) -> CodespaceRuntimeConstraints
fn clone(&self) -> CodespaceRuntimeConstraints
Returns a duplicate 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 CodespaceRuntimeConstraints
impl Debug for CodespaceRuntimeConstraints
Source§impl Default for CodespaceRuntimeConstraints
impl Default for CodespaceRuntimeConstraints
Source§fn default() -> CodespaceRuntimeConstraints
fn default() -> CodespaceRuntimeConstraints
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CodespaceRuntimeConstraints
impl<'de> Deserialize<'de> for CodespaceRuntimeConstraints
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 CodespaceRuntimeConstraints
Auto Trait Implementations§
impl Freeze for CodespaceRuntimeConstraints
impl RefUnwindSafe for CodespaceRuntimeConstraints
impl Send for CodespaceRuntimeConstraints
impl Sync for CodespaceRuntimeConstraints
impl Unpin for CodespaceRuntimeConstraints
impl UnwindSafe for CodespaceRuntimeConstraints
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